home *** CD-ROM | disk | FTP | other *** search
/ Insight Into Information (Demo) / Insight Into Information Demo CD-ROM 1994.ISO / menu / 00022_MainAdminiJPEG.020.ls < prev    next >
Encoding:
Text File  |  1994-09-19  |  260 b   |  11 lines

  1. on mouseUp
  2.   set savedCastNum to the castNum of sprite the clickOn
  3.   set the castNum of sprite the clickOn to 23
  4.   updateStage()
  5.   repeat with i = 1 to 100
  6.     nothing()
  7.   end repeat
  8.   set the castNum of sprite the clickOn to savedCastNum
  9.   go(1, "admin")
  10. end
  11.